home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / gnome-keyring / introspect / introspect-collection.xml next >
Encoding:
Text File  |  2011-01-11  |  1.9 KB  |  60 lines

  1. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
  2.     "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  3. <node>
  4.  
  5.     <interface name="org.freedesktop.DBus.Introspectable">
  6.         <method name="Introspect">
  7.             <arg name="data" direction="out" type="s"/>
  8.         </method>
  9.     </interface>
  10.  
  11.     <interface name="org.freedesktop.DBus.Properties">
  12.         <method name="Get">
  13.             <arg name="interface" direction="in" type="s"/>
  14.             <arg name="propname" direction="in" type="s"/>
  15.             <arg name="value" direction="out" type="v"/>
  16.         </method>
  17.         <method name="Set">
  18.             <arg name="interface" direction="in" type="s"/>
  19.             <arg name="propname" direction="in" type="s"/>
  20.             <arg name="value" direction="in" type="v"/>
  21.         </method>
  22.         <method name="GetAll">
  23.             <arg name="interface" direction="in" type="s"/>
  24.             <arg name="props" direction="out" type="a{sv}"/>
  25.         </method>
  26.     </interface>
  27.  
  28.     <interface name="org.freedesktop.Secrets.Collection">
  29.         <property name="Items" type="ao" access="read"/>
  30.         <property name="Label" type="s" access="readwrite"/>
  31.         <property name="Locked" type="s" access="read"/>
  32.         <property name="Created" type="t" access="read"/>
  33.         <property name="Modified" type="t" access="read"/>
  34.         <method name="Delete">
  35.             <arg name="prompt" type="o" direction="out"/>
  36.         </method>
  37.         <method name="SearchItems">
  38.             <arg name="attributes" type="a{ss}" direction="in"/>
  39.             <arg name="results" type="ao" direction="out"/>
  40.         </method>
  41.         <method name="CreateItem">
  42.             <arg name="props" type="a{sv}" direction="in"/>
  43.             <arg name="secret" type="(oayay)" direction="in"/>
  44.             <arg name="replace" type="b" direction="in"/>
  45.             <arg name="item" type="o" direction="out"/>
  46.             <arg name="prompt" type="o" direction="out"/>
  47.         </method>
  48.         <signal name="ItemCreated">
  49.             <arg name="item" type="o"/>
  50.         </signal>
  51.         <signal name="ItemDeleted">
  52.             <arg name="item" type="o"/>
  53.         </signal>
  54.         <signal name="ItemChanged">
  55.             <arg name="item" type="o"/>
  56.         </signal>
  57.     </interface>
  58.  
  59. </node>
  60.